SQLExecutable: main.o 
	g++ main.o -o SQLExecutable

main.o: main.cpp dataManager.h
	g++ -c main.cpp

clean:
	rm *.o SQLExecutable